* {
    margin: 0px;
    padding: 0px;
}

/* ul li {
    list-style-type: none;
} */

ul {
    padding-left: 18px;
}

a {
    text-decoration: none !important;
}

header {
    border-bottom: 1px solid #efefef;
    height: 93px;
    width: 100%;
}

/* pc */

.state-first {
    height: 93px;
    display: flex;
    align-items: center;
}

.logo {
    display: block;
    width: 234px;
    height: 51px;
    background: url(../img/logo.png) center center no-repeat;
}

.top-cont {
    flex: 1;
    position: relative;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-item {
    display: block;
    height: 87px;
    line-height: 87px;
    font-size: 14px;
    color: #333333;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    margin-left: 40px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.menu-item:hover {
    color: #FF7E00;
    text-decoration: none;
}

.menu-item.bottom {
    color: #333333;
    border-bottom-color: #FF7E00;
}

.search-fold {
    width: 16px;
    height: 13px;
    cursor: pointer;
    background: url(../img/fold.png) center center no-repeat;
    display: inline-block;
}

.search-fold.on {
    opacity: .8;
    background: url(../img/close.png) center center no-repeat !important;
}

.search-fold.on:hover {
    opacity: 1;
}

/* mobile */

.state-second {
    position: relative;
}

.accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 50px;
}

.state-second-title {
    font-size: 20px;
    color: #333333;
}

.state-second-title:hover {
    text-decoration: none;
    color: #333333;
}

/* mobile-nav */

.nav-tabs {
    border-bottom: 1px solid transparent;
    position: relative;
    background: white;
    z-index: 9999;
}

.nav-tabs>li>a {
    color: #333333;
    font-size: 14px;
}

.nav-tabs>li>a:hover {
    border-color: white;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: white;
}

#state-second-dropdown-menu {
    width: 94%;
    margin-left: 10px;
    display: none;
}

#state-fourth-dropdown-menu {
    width: 94%;
    margin-left: 10px;
    display: none;
}

/* mobile子菜单栏 */

.dropdown-menu>li>a {
    padding: 10px 20px;
}

.dropdown-toggle-color {
    color: #FF7E00 !important;
}

.dropdown-toggle-color .caret {
    transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent;
}

/* search */

.search-box {
    position: absolute;
    height: 96%;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    transition: bottom .8s;
    -moz-transition: bottom .8s;
    -webkit-transition: bottom .8s;
    -o-transition: bottom .8s;
}

.search-icon {
    margin-left: 25px;
    width: 20px;
    height: 20px;
    background: url(../img/search.png) 0 center;
    cursor: pointer;
    display: inline-block;
}

.search-icon:hover {
    background-position: -23px center;
}

.search-input {
    flex: 1;
    height: 34px;
    margin: 0 15px 0 20px;
    border: 1px solid transparent;
    border-bottom-color: #D8D8D8;
    outline: 0;
    box-shadow: 0;
}

.search-clear {
    width: 15px;
    height: 14px;
    cursor: pointer;
    opacity: .8;
    background: url(../img/close.png) center center no-repeat;
}

.search-clear:hover {
    opacity: 1;
}

@media (max-width: 992px) {
    header {
        height: 50px;
    }
    .search-fold {
        margin-left: 10px;
    }
    .search-icon {
        margin-right: 10px;
    }
    .search-icon {
        margin-left: 10px !important;
    }
    .search-input {
        margin: 0px 15px 0 5px !important;
    }
    .search-clear {
        margin-right: 10px;
    }
    .state-second-box {
        display: block !important;
    }
    .state-first-box {
        display: none !important;
    }
}

/* 大于992px时移动端导航栏隐藏 */

@media (min-width: 992px) {
    #nav-tabs {
        display: none !important;
    }
}

/* footer */

.code-bgi {
    background: url(../img/code/code-bgi.png) no-repeat center center;
    width: 100%;
    height: 188px;
    background-size: cover;
    position: fixed;
    bottom: 0;
    z-index: 99999;
}

.code-main {
    width: 1200px;
    height: 188px;
    margin: 0 auto;
    border: 1px solid transparent;
}

.close-img {
    margin-top: 10px;
    margin-left: 1145px;
    cursor: pointer;
}

.tip-img {
    float: right;
    display: none;
    margin-right: 58px;
    margin-top: 62px;
}

.copy {
    font-weight: bold;
    outline: none;
    border: 1px solid white;
    width: 114px;
    height: 34px;
    background-color: #fff;
    border-radius: 6px;
    color: #f06600;
    font-size: 18px;
    float: left;
    margin-top: 70px;
    margin-left: 50px;
}
#biao1{
    resize: none;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #ff6c00;
    border: none;
    color:#ffffff;
    float: left;
    margin-left: 640px;
    margin-top: 70px;
    outline:none;
}

.bg-gray {
    background-color: #EDEDED;
    padding-bottom: 18px;
    margin-top: 60px;
}

.product-img {
    margin-bottom: 40px;
    margin-top: 55px;
    text-align: center;
}

.product-img p {
    font-size: 36px;
}

.product-img-bottom {
    margin-bottom: 30px;
}

.product-img-bottom img {
    max-width: 100%;
}

footer {
    background-color: #F6F6F6;
    text-align: center;
}

.about_us {
    margin-top: 10px;
    margin-bottom: 5px;
}

.about_us a {
    color: #333333;
}

/* home */

.banner {
    background: url(../img/banner-bgi.png) no-repeat center center;
    width: 100%;
    min-height: 562px;
    background-size: cover;
    overflow: hidden;
}

.banner-word {
    margin-right: 596px;
    padding: 8px;
}

.A {
    font-size: 40px;
    color: rgba(255, 255, 255, 1);
    margin-top: 100px;
}

.for {
    font-size: 42px;
    color: rgba(255, 255, 255, 1);
}

.The {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    margin-top: 30px;
}

.banner a {
    display: inline-block;
    width: 200px;
    height: 54px;
    background: rgba(255, 255, 255, 0);
    border-radius: 5px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 1);
    line-height: 54px;
    text-align: center;
    margin-top: 45px;
    margin-right: 46px;
}

.banner-btn1:hover {
    background-color: #1DE46D !important;
    border-color: #1DE46D !important;
}

.banner-btn2:hover {
    background-color: #F9CE35 !important;
    border-color: #F9CE35 !important;
}

.Compatible {
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
    margin-top: 43px;
}

.Available {
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.Version {
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
    margin-bottom: 100px;
}

.banner-img {
    position: absolute;
    right: -110px;
    top: 105px;
}

@media (max-width: 1200px) {
    .A, .for {
        font-size: 26px;
    }
    .The {
        font-size: 15px;
    }
    .banner a {
        margin-top: 18px;
    }
}

@media (max-width: 992px) {
    .banner-img {
        display: none;
    }
    .banner-word {
        margin-right: 0px;
        text-align: center;
    }
    .banner a {
        margin-right: 0px;
    }
    .A, .for {
        font-size: 32px;
    }
    .banner {
        overflow: visible;
    }
}

@media (max-width: 768px) {
    .A, .for {
        font-size: 22px;
    }
}

/* choose */

.choose {
    font-size: 30px;
    color: rgba(51, 51, 51, 1);
    margin-top: 45px;
    margin-bottom: 35px;
    text-align: center;
}

.choose-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 65px;
}

.choose-box img {
    width: 240px;
    height: 190px;
}

.choose-box p {
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    margin-top: 18px;
}

.introduce {
    margin-bottom: 95px;
}

.introduce-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 38px;
}

.introduce-title>div {
    font-size: 30px;
    margin-left: 9px;
}

.introduce-content {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.introduce_img {
    max-width: 100%;
}

@media (max-width: 992px) {
    .introduce-content {
        text-align: center;
    }
    .introduce-title {
        justify-content: center;
    }
    .introduce-img {
        text-align: center;
        margin-top: 25px;
    }
    .introduce {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    #introduce_img1 {
        display: none !important;
    }
    #introduce_img2 {
        display: block !important;
    }
    #introduce_img3 {
        display: none !important;
    }
    #introduce_img4 {
        display: block !important;
    }
}

/* screenshots */

.screenshots {
    font-size: 30px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-bottom: 50px;
}

.rotation-chart {
    width: 100%;
    height: 426px;
    margin: 0 auto 58px;
}

.rotation-chart-box {
    width: 100%;
    height: 426px;
    position: relative;
}

.rotation-chart-list {
    width: 1140px;
    height: 426px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -570px;
}

.rotation-chart-list li {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.rotation-chart-list img {
    width: 835px;
    height: 426px;
    border: none;
    float: left;
}

@media (max-width: 992px) {
    .rotation-chart {
        height: 100%;
    }
    .rotation-chart-box {
        height: 200px;
    }
    .rotation-chart-list .p1, .rotation-chart-list .p2, .rotation-chart-list .p3, .rotation-chart-list .p4, .rotation-chart-list .p5 {
        transform: none !important;
    }
    .rotation-chart-list img {
        width: 100%;
        height: 200px;
    }
    .rotation-chart-list {
        position: static;
        height: auto;
    }
}

.rotation-chart-list .p1 {
    transform: translate3d(-159.5px, 0, 0) scale(0.81);
}

.rotation-chart-list .p2 {
    transform: translate3d(0px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 2;
}

.rotation-chart-list .p3 {
    transform: translate3d(159.5px, 0, 0) scale(1);
    z-index: 3;
    opacity: 1;
}

.rotation-chart-list .p4 {
    transform: translate3d(319px, 0, 0) scale(0.81);
    transform-origin: 100% 50%;
    opacity: 0.8;
    z-index: 2;
}

.rotation-chart-list .p5 {
    transform: translate3d(478.5px, 0, 0) scale(0.81);
}

.rotation-chart-buttons {
    position: absolute;
    width: 1140px;
    height: 26px;
    bottom: -26px;
    left: 50%;
    margin-left: -570px;
    text-align: center;
}

.rotation-chart-buttons a {
    display: inline-block;
}

.rotation-chart-buttons a span {
    margin-right: 10px;
    display: block;
    width: 8px;
    height: 8px;
    background: url(../img/not-highlight.png) no-repeat center center;
}

.manual-cont .trial-btn {
    padding: 0 37px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 18px;
    background-color: #FF9600;
    background: linear-gradient(0deg, rgba(255, 90, 0, 1), rgba(255, 132, 0, 1));
    border-radius: 5px;
    margin: 35px 0 30px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.manual-cont .trial-btn:hover {
    color: #fff;
}

.manual-cont img {
    max-width: 80%;
}

.orange {
    background: url(../img/highlight.png) no-repeat center center !important;
    width: 24px !important;
}

/* free-access */

.free-access {
    background: url(../img/free-access.jpg) no-repeat center center;
    width: 100%;
    min-height: 544px;
    background-size: cover;
}

.free-access-title {
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 90px;
    margin-bottom: 48px;
}

.free-access-word1 {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.free-access-word2 {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 24px;
    margin-bottom: 48px;
}

.free-access-word3 {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-weight: bold;
    margin-top: 45px;
}

.free-access-word4 {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
}

.operation-box {
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.operation-box img {
    margin: 0 6px 0 6px;
}

.operation {
    display: flex;
    align-items: center;
    text-align: center;
}

.operation>div {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.operation-first {
    width: 120px;
    min-height: 84px;
    border: 2px solid #fff;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .2);
}

.operation-second {
    width: 135px;
    min-height: 84px;
    border: 2px solid #fff;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .2);
}

.operation-third {
    width: 125px;
    min-height: 84px;
    border: 2px solid #fff;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .2);
}

.operation-fourth {
    width: 120px;
    min-height: 84px;
    border: 2px solid rgba(255, 204, 0, 1);
    background: rgba(255, 204, 0, 1);
    border-radius: 6px;
}

@media (max-width: 768px) {
    .operation-box img {
        width: 16px;
        height: 16px;
    }
    .free-access-title {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .free-access-word2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .free-access-word3 {
        margin-top: 20px;
    }
    .free-access-word4 {
        margin-top: 20px;
    }
}

/* customers */

.customers-title {
    font-size: 30px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 67px;
    margin-bottom: 38px;
}

.customers-review {
    background: url(../img/customers-bgi.png) no-repeat center center;
    /* width: 372px; */
    height: 454px;
    text-align: center;
}

.customers-head {
    margin-top: 45px;
}

.customers-name {
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    margin-top: 24px;
}

.customers-say {
    width: 288px;
    height: 134px;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    margin: 33px auto 48px;
}

.customers-center {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
}

/* free-trial */

.free-trial {
    margin-top: 65px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .free-trial {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

/* supports */

.supports-banner {
    background: url(../img/supports-banner.jpg) no-repeat center center;
    width: 100%;
    min-height: 280px;
    background-size: cover;
}

.supports-title {
    font-size: 42px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-bottom: 22px;
    margin-top: 85px;
}

.supports-words {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 8px;
}

@media (max-width: 768px) {
    .supports-title {
        margin-bottom: 22px;
        margin-top: 62px;
    }
}

.problem {
    text-align: center;
    margin-top: 125px;
    margin-bottom: 105px;
}

.problem-title {
    font-size: 24px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-top: 33px;
}

.problem-solving {
    width: 242px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin: 17px auto;
}

@media (max-width: 992px) {
    .problem {
        margin-top: 55px;
        margin-bottom: 35px;
    }
}

/* tips */

.resource-banner {
    background: url(../img/resource-banner.jpg) no-repeat center center;
    width: 100%;
    min-height: 280px;
    background-size: cover;
}

.resource-title {
    font-size: 42px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 90px;
}

.resource-word {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 20px;
    padding: 8px;
}

.resource-content {
    margin-top: 60px;
}

/* pc导航栏 */

.sidebar-nav {
    float: left;
    border: 1px solid rgba(231, 231, 231, 1);
}

.sidebar-nav li {
    width: 166px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 8px;
}

.sidebar-nav .sidebar-active {
    color: #0084FF;
}

.sidebar-nav a {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.sidebar-nav li:hover {
    width: 166px;
    height: 40px;
    background: rgba(229, 242, 255, 1);
}

/* 内容 */

.sidebar-cont {
    margin-left: 250px;
}

.tricks-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(231, 231, 231, 1);
}

.tricks-title a {
    font-size: 24px;
    color: #454545;
}

.tricks-text {
    font-size: 14px;
    color: #5A5A5A;
    margin-top: 28px;
    margin-bottom: 31px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tricks-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tricks-footer>div {
    color: #888888;
}

.tricks-btn {
    width: 96px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #B6B6B6;
    border-radius: 3px;
    color: #333333;
    font-size: 12px;
}

.tricks-btn:hover {
    background-color: #3D7FFB;
    color: #FFFFFF;
}

/* Release History */

.history-item {
    display: flex;
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.history-item:first-child .history-date {
    color: #FF7E00;
}

.history-date {
    flex: 0 0 125px;
    width: 125px;
}

.history-line {
    width: 1px;
    position: relative;
}

.history-item:first-child .history-line:before {
    top: 13px;
}

.history-line:before {
    content: '';
    position: absolute;
    width: 1px;
    background: #E2E2E2;
    top: 0;
    bottom: 0;
    left: 0;
}

.history-item:first-child .history-line:after {
    width: 20px;
    height: 20px;
    background: #FF7E00;
    border: 5px solid #FFC893;
}

.history-line:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
}

.history-cont {
    flex: 1;
    display: flex;
}

.history-ver {
    flex: 0 0 145px;
    width: 145px;
    text-align: right;
    padding-right: 25px;
}

.history-msg {
    flex: 1;
    padding-bottom: 80px;
}

/* 移动端导航 */

.full-screen {
    width: 220px;
    height: 30px;
    border: 1px solid #B6B6B6;
    background: url(../img/full-screen.png) no-repeat center left 3px;
    padding-left: 30px;
    padding-top: 3.5px;
    margin-bottom: 15px;
    margin-left: 10px;
}

.full-screen>span {
    display: none;
}

.full-screen .sidebar-active {
    display: inline;
    color: #0084FF;
    font-weight: bold;
}

/* 弹框 */

.resource-frame {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
}

.resource-frame-img {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.resource-frame-title {
    margin: 190px 8px 0 8px;
    text-align: center;
}

.resource-frame-title a {
    font-size: 32px;
    color: #333333;
}

@media (max-width: 992px) {
    .resource-title {
        margin-top: 65px;
    }
}

@media (max-width: 768px) {
    .resource-content {
        margin-top: 20px;
    }
    .sidebar-nav {
        display: none !important;
    }
    .full-screen {
        display: block !important;
    }
    .sidebar-cont {
        margin: 8px;
    }
    .tricks-item {
        margin-bottom: 16px;
        padding-bottom: 16px;
        text-align: center;
    }
    .history-date {
        flex: 0 0 110px;
    }
    .tricks-title a {
        font-size: 20px;
    }
    .tricks-text {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .tricks-footer {
        flex-direction: column;
        align-items: center;
    }
    .tricks-footer>div {
        display: none;
    }
    .history-cont {
        flex-direction: column;
    }
    .history-ver {
        flex: 0 0 25px;
        text-align: left;
        margin-left: 28px;
    }
    .history-msg {
        padding-bottom: 20px;
        padding-left: 10px;
    }
}

/* buy */

.buy-banner {
    background: url(../img/buy-banner.jpg) no-repeat center center;
    width: 100%;
    min-height: 280px;
    background-size: cover;
}

.buy-banner-title {
    font-size: 42px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 85px;
    margin-bottom: 19px;
}

.buy-banner-word {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 8px;
}

.buy-nav {
    margin-top: 60px;
    margin-bottom: 40px;
}

.buy-nav>div {
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 2px solid transparent;
}

.buy-nav .buy-nav-on {
    border-bottom: 2px solid #0084FF;
    color: #0084FF;
}

.guide {
    background: url(../img/guide.png) no-repeat center center;
    width: 44px;
    height: 44px;
    float: right;
}

.guide:hover {
    background: url(../img/guide-hover.png) no-repeat center center;
}

.product-list {
    display: none;
}

.two-sides-product {
    background: url(../img/two-sides-bgi.png) no-repeat center center;
    height: 427px;
    margin-top: 40px;
}

.two-sides-product:hover {
    background: url(../img/two-sides-hover.png) no-repeat center center;
}

.center-product {
    background: url(../img/center-bgi.png) no-repeat center center;
    height: 467px;
}

.center-product:hover {
    background: url(../img/center-hover.png) no-repeat center center;
}

.product-date {
    font-size: 24px;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    text-align: center;
    margin-top: 66px;
}

.product-price {
    font-size: 48px;
    font-weight: bold;
    color: rgba(0, 132, 255, 1);
    text-align: center;
    margin-top: 32px;
    margin-bottom: 47px;
}

.product-valid {
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.product-btn {
    width: 182px;
    height: 46px;
    background: rgba(0, 199, 33, 1);
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    margin: 46px auto 0;
    display: block;
    color: rgba(255, 255, 255, 1);
}

.product-date-center {
    font-size: 24px;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    text-align: center;
    margin-top: 105px;
}

.product-price-center {
    font-size: 48px;
    font-weight: bold;
    color: #FF7E00;
    text-align: center;
    margin-top: 31px;
    margin-bottom: 48px;
}

.product-valid-center {
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.product-btn-center {
    width: 182px;
    height: 46px;
    background: rgba(0, 199, 33, 1);
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    margin: 46px auto 0;
    display: block;
    color: rgba(255, 255, 255, 1);
}

.product-btn:hover {
    background: #00B31D;
    color: rgba(255, 255, 255, 1);
}

.product-btn:visited {
    background: #00B31D;
    color: rgba(255, 255, 255, 1);
}

.product-btn-center:hover {
    background: #00B31D;
    color: rgba(255, 255, 255, 1);
}

.product-btn-center:visited {
    background: #00B31D;
    color: rgba(255, 255, 255, 1);
}

.pay-box {
    border-bottom: 1px solid #E7E7E7;
}

.pay-title {
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-top: 60px;
    margin-bottom: 10px;
}

.pay-img {
    margin-bottom: 18px;
}

.QA-item {
    text-align: center;
    margin-top: 60px;
}

.QA-item-img {
    height: 41px;
}

.QA-item-title {
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-top: 30px;
    margin-bottom: 20px;
}

.QA-item-words {
    width: 223px;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px) {
    .buy-banner-title {
        font-size: 32px;
        margin-top: 50px;
        padding: 8px;
    }
    .buy-banner-word {
        font-size: 17px;
    }
    .buy-nav {
        margin-top: 18px;
        margin-bottom: 2px;
    }
    .guide {
        display: none;
    }
    .QA-item {
        margin-top: 30px;
    }
}

/* Manual */

.manual-banner {
    background: url(../img/manual-banner.jpg) no-repeat center center;
    width: 100%;
    min-height: 280px;
    background-size: cover;
}

.manual-banner-title {
    font-size: 42px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 75px;
    margin-bottom: 19px;
}

.manual-banner-word1, .manual-banner-word2 {
    font-size: 20px;
    margin-bottom: 50px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.manual-content {
    margin-top: 60px;
}

/* pc导航栏 */

.manual-nav {
    float: left;
    border: 1px solid rgba(231, 231, 231, 1);
}

.manual-nav li {
    width: 168px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 8px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.manual-nav .manual-active {
    color: #0084FF;
}

.manual-nav li:hover {
    width: 168px;
    height: 40px;
    background: rgba(229, 242, 255, 1);
}

/* 移动端下拉菜单 */

.mobile-manual-nav {
    display: none;
    margin-bottom: 30px;
}

.manual-cont .manual-page {
    margin-left: 250px;
    display: none;
    max-width: 793px;
}

.manual-page h2 {
    text-align: center;
}

.manual-page p {
    margin-top: 30px;
    line-height: 1.6;
    color: #5A5A5A;
}

.manual-page div {
    margin-top: 30px;
    text-align: center;
}

.manual-page div img {
    max-width: 800px;
}

@media (max-width: 768px) {
    .manual-banner-title {
        font-size: 32px;
        margin-top: 50px;
    }
    .manual-banner-word {
        font-size: 17px;
    }
    .manual-banner-word2 {
        display: none;
    }
    .manual-content {
        margin-top: 12px;
    }
    .manual-nav {
        display: none;
    }
    .mobile-manual-nav {
        display: block;
    }
    .manual-page div img {
        max-width: 300px;
    }
    .manual-cont .manual-page {
        margin: 8px;
    }
}

/* order-faq */

.order-faq div {
    margin-top: 14px;
    margin-bottom: 14px;
    line-height: 25px;
}

.order-faq div img {
    max-width: 75%;
    height: auto;
}

.order-faq h1 {
    margin-top: 38px;
}

/* 置顶 */

#toTop {
    position: fixed;
    top: 100%;
    left: 100%;
    cursor: pointer;
    margin-top: -88px;
    margin-left: -51px;
    width: 49px;
    height: 49px;
    background: url(../img/top-3.png) no-repeat;
    z-index: 999999;
    opacity: .8;
}

/* 文章内容样式 */

.title_node {
    max-width: 847.5px;
}

.tip_node_title {
    padding: 0 5px 0 5px;
    line-height: 34px;
    font-weight: bold;
}

.tip_node_title img {
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.tip_node_title div {
    display: inline-block;
}

.tip_node_cont {
    line-height: 25px;
    color: #333333;
    font-size: 16px;
    padding: 12px 0 12px 8px;
}

.divs {
    background: url(../img/tip-bgi.png) no-repeat;
    max-width: 847.5px;
    min-height: 55px;
    background-size: 100% 100%;
    padding: 8px;
}

.divs img {
    float: left;
    padding-top: 25px;
    padding-left: 8px;
    padding-right: 8px;
}

.divs p {
    width: auto;
    line-height: 25px;
    color: #333333;
    font-size: 16px;
}

.location {
    margin: 25px auto 30px;
    color: #888;
}

.article-info {
    font-size: 14px;
    color: #666666;
    margin-top: 8px;
    line-height: 1.4;
}

.article-center {
    padding-top: 25px;
}

.content-right {
    padding: 4px !important;
}

.title {
    color: #FF7E00;
    border-bottom: 2px solid #FF7E00;
    font-size: 16px;
    line-height: 38px;
    width: 112px;
    height: 38px;
}

.title-line {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 16px;
}

.download-btn {
    display: block;
    width: 132px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #00CE22;
    border-radius: 3px;
    color: #fff;
    margin: 15px 0 24px;
}

.download-btn:hover {
    color: #fff;
    opacity: .8;
}

.nav-title {
    width: 66px;
    height: 38px;
    color: #FF7E00;
    border-bottom: 2px solid #FF7E00;
    font-size: 16px;
    line-height: 38px;
}

.nav-line {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 16px;
}

.article-right-bottom-second {
    position: fixed;
    top: 70px;
}

.content-nav {
    width: 290px;
}

.content-nav .a {
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 14px;
    background: url(../img/large-ellipse.png) no-repeat left center;
    padding-left: 18px;
    background-size: 8px 8px;
}

.content-nav .b {
    font-size: 12px;
    margin-left: 33px;
}

.content-nav .b>p {
    background: url(../img/small-ellipse.png) no-repeat left center;
    padding-left: 13px;
    background-size: 4px 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.nav-active {
    color: #FF7E00;
}

.nav-active-img {
    background: url(../img/hover-large-ellipse.png) no-repeat left center !important;
    background-size: 8px 8px !important;
}

.article-cont p {
    line-height: 25px;
    color: #333333;
    font-size: 16px;
    margin: 25px auto;
}

.article-cont p img {
    width: 80%;
}

@media (max-width: 1200px) {
    .content-right {
        display: none;
    }
    .location, .article-content h1, .article-info {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    .article-content h1 {
        font-size: 22px;
    }
    .article-cont h2 {
        font-size: 18px;
        font-weight: bold;
    }
    .article-cont h3 {
        font-size: 16px;
        font-weight: bold;
    }
}

/* partners */

.partners-banner {
    background: url(../img/partner-banner.jpg) no-repeat center center;
    width: 100%;
    min-height: 280px;
    background-size: cover;
    text-align: center;
}

.partners-title {
    font-size: 42px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 65px;
    margin-bottom: 20px;
}

.partners-now, .partners-looking {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.partners-number {
    margin-top: 15px;
}

.partners-box {
    margin-top: 63px;
}

.partners-number img {
    max-width: 100%;
}

@media (max-width: 768px) {
    .partners-now {
        display: none;
    }
    .partners-title {
        margin-top: 55px;
    }
}

/* download */

.download-banner {
    width: 100%;
    min-height: 280px;
    background: url(../img/download-banner.jpg) no-repeat center center;
    background-size: cover;
}

.download-word1 {
    font-size: 38px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin: 48px 0 15px;
}

.download-word2, .download-word3, .download-word4 {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.download-word2 a {
    color: #FFFC00;
}

.download-buynow-btn1, .install-buynow-btn1 {
    display: inline-block;
    width: 142px;
    height: 36px;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(254, 132, 55, 1);
    line-height: 36px;
    text-align: center;
    margin-top: 28px;
    margin-right: 19px;
}

.download-buynow-btn1:hover, .install-buynow-btn1:hover {
    background: rgba(255, 240, 230, 1);
    color: rgba(254, 132, 55, 1);
}

.download-word5 {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.download-logo {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width:1200px) {
    .download-logo {
        display: none;
    }
    .download-word {
        text-align: center;
        padding: 10px;
    }
    .download-word1 {
        font-size: 28px;
        margin: 28px 0 15px;
    }
    .download-buynow-btn1, .install-buynow-btn1 {
        margin: 19px 0;
    }
    .download-word5 {
        margin-bottom: 28px;
    }
}

/* install */

.install-need, .install-helpful {
    font-size: 30px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin: 80px 0 60px;
    text-align: center;
}

.install-need-box {
    width: 318px;
    height: 188px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 230, 230, 1);
    border-radius: 3px;
    text-align: center;
    margin: 0 32px;
}

.install-need-img {
    margin: 51px 0 29px;
}

.install-need-title {
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.install-helpful-article a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(110, 172, 245, 1);
    line-height: 38px;
}

.install-helpful-article div {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.install-helpful-article a:hover {
    color: rgba(0, 132, 255, 1);
    text-decoration: underline !important;
}

.install-learn-more {
    width: 136px;
    height: 38px;
    border: 1px solid rgba(110, 172, 245, 1);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(110, 172, 245, 1);
    line-height: 38px;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.install-learn-more:visited {
    color: rgba(110, 172, 245, 1);
}

.install-learn-more:hover {
    background: rgba(0, 156, 235, 1);
    color: rgba(255, 255, 255, 1);
}

@media (max-width:1200px) {
    .install-need, .install-helpful {
        margin: 40px 0 20px;
    }
    .install-need-box {
        margin-bottom: 20px;
    }
    .install-learn-more {
        margin-top: 30px;
    }
}

/* uninstall */

.uninstall-banner {
    background: url(../img/uninstall-banner.png) no-repeat center center;
    width: 100%;
    min-height: 280px;
    background-size: cover;
}

.uninstall-logo {
    position: absolute;
    bottom: -44px;
    left: 58px;
}

.uninstall-box {
    margin-top: 101px;
    margin-left: 475px;
}

.uninstall-title {
    font-size: 38px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 21px;
}

.uninstall-word {
    width: 495px;
    min-height: 54px;
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

.recommended {
    font-size: 24px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-top: 43px;
    margin-bottom: 15px;
}

.uninstall-recommended {
    width: 330px;
    height: 498px;
    border: 1px solid rgba(237, 237, 237, 1);
}

.uninstall-recommended:hover {
    box-shadow: 0px 0px 8px 0px rgba(230, 225, 225, 1);
}

.uninstall-recommended {
    text-align: center;
    margin: 20px 25px;
}

.recommended-img {
    margin-top: 30px;
}

.recommended-title {
    width: 219px;
    height: 39px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin: 23px auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recommended-word {
    width: 245px;
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin: 0 auto 27px;
    line-height: 21px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.recommended-bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.recommended-price {
    font-size: 18px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.recommended-btn {
    width: 104px;
    height: 32px;
    background: #FF7E00;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
    text-align: center;
}

.recommended-btn:hover {
    background: #FF9000;
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 992px) {
    .uninstall-logo {
        display: none;
    }
    .uninstall-banner {
        overflow: visible;
    }
    .uninstall-box {
        margin-top: 55px;
        text-align: center;
        margin-left: 0px;
        padding: 8px;
    }
    .uninstall-word {
        width: 100%;
    }
}

/* explorermax-end-user-license-agreement  */

.agreement-banner {
    background: url(../img/agreement-banner.jpg) no-repeat center center;
    width: 100%;
    min-height: 280px;
    background-size: cover;
}

.agreement-banner-title {
    font-size: 48px;
    line-height: 1.2;
    color: white;
    text-align: center;
    margin-top: 43px;
    padding: 8px;
}

.agreement-banner-word {
    color: white;
    font-size: 14px;
    margin-top: 8px;
    padding: 8px;
}

.eula {
    padding: 10px;
}

.eula h2 {
    color: #454545;
    margin: 40px 0 25px;
}

.eula div {
    font-size: 15px;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .eula h2 {
        font-size: 23px;
    }
    .eula-banner-word {
        display: block !important;
        margin-top: 20px;
        font-size: 14px !important;
    }
    .agreement-banner-word {
        display: none;
    }
    .agreement-banner-title {
        font-size: 36px;
        margin-top: 68px;
    }
}

/* photomax-end-user-license-agreement */

.photomax-banner-title {
    font-size: 60px;
    line-height: 1.2;
    color: white;
    text-align: center;
    margin-top: 62px;
    padding: 8px;
}

.photomax-cont-first {
    padding-top: 80px;
}

@media (max-width: 992px) {
    .photomax-banner-title {
        font-size: 36px;
        margin-top: 62px;
    }
    .photomax-cont-first {
        padding-top: 40px;
    }
    .photomax-cont {
        padding: 8px;
    }
    .our-service ul li {
        margin-left: 16px;
    }
}

.photomax-cont div {
    line-height: 2;
    margin: 0 0 10px;
    font-size: 16px
}

.our-service ul li {
    list-style-type: unset;
}

@media (min-width: 992px) {
    .row_introduce1 {
        display: none;
    }
    .row_introduce2 {
        display: none;
    }
    .row_introduce3 {
        display: none;
    }
    .row_introduce4 {
        display: none;
    }
    .row_introduce5 {
        display: none;
    }
    .row_introduce6 {
        display: none;
    }
    .row_introduce7 {
        display: none;
    }
    .row_introduce8 {
        display: none;
    }
    .row_introduce9 {
        display: none;
    }
    .row_introduce10 {
        display: none;
    }
}